@media (min-width: 1200px){
  body[data-layout=horizontal] .container-fluid, body[data-layout=horizontal] .navbar-header {
    max-width: 93%;
  }
}

.bootstrap-touchspin .btn-primary {
  color: #495057 !important;
  background-color: #eff2f7 !important;
  border-color: #ced4da !important;
}
.bootstrap-touchspin .form-control{
  border-color:#ced4da !important;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 1.2;
}

.info-content{
  font-size: 16px;
  font-weight:400
}
.list-content{
  margin-bottom: .5rem
}
.list-content span{
  color:#7b7b7b
}
.card-header{
  padding: 1rem !important;
}
.navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  height: 100px;
  padding: 0 calc(24px / 2) 0 0;
}
.topnav {
  background: transparent;
  padding: 0 calc(24px / 2);
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0px;
  position: relative;
  /* left: 0;
  right: 0; */
  /* height: 100px; */
  z-index: 100;
}

/* body[data-layout=horizontal] .page-content {
  margin-top: 0px;
  padding: calc(55px + 24px) calc(24px / 2) 60px calc(24px / 2);
} */

.navbar-header .dropdown.show .header-item {
  background-color: rgb(255 255 255 / 10%);
  color: #ffffff;
  width:100%;
  text-align: right
}
.topnav .navbar-nav .nav-item:first-of-type .nav-link{
  padding-left:20px;
}

.topnav .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
}

.topnav .navbar-nav .nav-link {
  font-size: 14px;
  position: relative;
  padding: 0.8rem 1.3rem;
  color: #fff;
  display: flex;
  letter-spacing: 0.7px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #205072;
}


.topnav .navbar-nav .nav-link i {
  font-size: 20px;
}

.topnav .navbar-nav .nav-link:visited,
.topnav .navbar-nav .nav-link.active,
.topnav .navbar-nav .nav-link.active:hover,
.topnav .navbar-nav .nav-link:focus{
  color: #ffffff;
  background: rgb(0 0 0 / 19%);
  border-radius: 10px;
}
.topnav .navbar-nav .nav-link:hover{
  background: transparent;
  color:#f9bb00;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #eaecef;
  border-bottom: 0 solid #f6f6f6;
}
.card-footer {
  background-color: #eaecef;
}
.card {
  margin-bottom: 20px;
}

.header-item:hover {
  color: #fbd782;
}
.noti-icon i {
  color: #ecfbf6;
}
.page-item.active .page-link {
  background-color: #d3552f;
  border-color: #d3552f;
}
/* .btn-success {
  color: #fff;
  background-color: #469c49;
  border-color: #469c49;
} */

.nav-tabs-custom .nav-item .nav-link.active {
  color: #d3552f;
}
.nav-tabs-custom .nav-item .nav-link::after {
  content: "";
  background: #d3552f;
}

.avatar-thumbnail{
  position: relative;
  padding: 0.3rem;
  background-color: #f8f8fb;
}

.avatar-thumbnail img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.avatar-wrapper img {
  height: 100%;
  width: 100%;
  transition: all .3s ease;
  object-fit: cover;
}

.images-wrapper,
.avatar-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: none;
  margin: 0 10px 30px 0;
  transition: all .3s ease;
  background: whitesmoke;
}

.avatar-wrapper img {
  height: 100%;
  width: 100%;
  transition: all .3s ease;
  object-fit: scale-down;
}
.images-wrapper img {
  height: 100%;
  width: 100%;
  transition: all .3s ease;
  object-fit:cover;
}

.images-wrapper .upload-button,
.avatar-wrapper .upload-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor:pointer;
}
.images-wrapper .file-upload,
.avatar-wrapper .file-upload {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}


.datepicker {
  border: 1px solid #ced4da;
  padding: 8px;
  z-index: 9999!important;
}

.jstree-default .jstree-wholerow-clicked {
  background: #b0ffa4;
  background: -webkit-linear-gradient(top,#b0ffa4 0,#b0ffa4 100%);
  background: linear-gradient(to bottom,#b0ffa4 0,#b0ffa4 100%);
}

.jstree-default .jstree-search {
  font-style: italic;
  color: #199020;
  font-weight: 500;
}

/* Modal CSS Custom */
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 400px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius:0px;
}

.modal.right .modal-body {
  padding: 15px;
}

.modal.right.fade .modal-dialog{
  right:-400px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
       -o-transition: opacity 0.3s linear, right 0.3s ease-out;
          transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog{
  right: 0;
}

.modal-content {
  border: none;
  border-radius:0px;
}

.btn-dark {
  color: #fff;
  background-color: #205072;
  border-color: #205072;
}

.dataTables_filter{
  display: none;
}
.page-link:focus{
  box-shadow: none;
}
.page-link:hover {
  z-index: 2;
  color: #3a3a3a;
  text-decoration: none;
  background-color: transparent;
  border-color: #ced4da;
}

.input-search{
  position: relative;
}
.btn-search{
  position: absolute;
  top: 4px;
  right: 0;
  background-color: transparent;
  color: #ced4da;
  transition: none;
  font-size: 22px;
  padding-right: 10px;
  border:none
}

.pull-right{
  float: right;
}

.table-middle tbody tr td{
  vertical-align: middle;
}
.avatar-sm {
  height: 3.8rem;
  width: 3.8rem;
}
.badge {
  padding: 0.5em;
  border-radius: 0px  ;
}
.center{
  text-align: center;
}
.mm-active .active i {
  color: #fff!important;
}

.btn-primary {
  color: #fff;
  background-color: #e67e22;
  border-color: #e67e22;
}
.btn-primary:hover {
  color: #fff;
  background-color: #d35400;
  border-color: #d35400;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #d35400;
  border-color: #d35400;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #d35400;
  border-color: #d35400;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #d3552f;
  border-color: #d3552f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* .btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #84b936;
  border-color: #84b936;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.btn-success {
  color: #ffffff;
  background-color: #a6d65e;
  border-color: #a5d55e;
}
.btn-success:hover {
  color: #fff;
  background-color: #84b936;
  border-color: #84b936;
} */
.header-item {
  color: #f4fdfa;
  height:100px
}
.dropdown-menu {
  border-radius: 0px 0px .2rem .2rem;
}
.dropdown-icon-item img {
  height: 80px;
  margin-bottom: 10px
}
.dropdown-icon-item span{
  line-height: 17px
}
.table-informasi tr td{
  text-align: right;
}
.table-informasi td, .table-informasi th {
  padding: .4rem .75rem;
  vertical-align: top;
  border-top: 1px solid #eff2f7;
}
.table-informasi th {
  font-weight: 500;
  letter-spacing: 0.2px;
  color:#3e3e3e
}

.table.dataTable,
.table-custom{
  border-spacing: 0 7px;
  border-collapse: separate;
}

.table-custom thead th {
  vertical-align: middle !important;
  border-bottom: none;
  font-weight: 500;
  letter-spacing: .5px;
  color: #2c3e50;
  background: #ced4da;
  padding:1rem !important
}

.table-custom thead th:first-child{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left:1.6rem !important;
}

.table-custom thead th:last-child{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.table-custom tbody th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.table-custom tbody td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left:5px solid #ced4da;
}

.table-custom tbody td:first-child,
.table-custom tbody th:first-child{
  padding-left: 1rem !important
}

.table-custom tbody td:last-child,
.table-custom tbody th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.table-custom tbody tr {
  background-color:#fff;
}
.table-custom tbody tr:hover{
  background-color:rgb(52 73 95 / 8%);
  cursor: pointer;
}
.table-custom tbody td, .table-custom tbody th{
  border-top:none !important;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.indikator-status{
  width:10px;
  height:10px;
  margin-right:5px;
}
.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius:0
}
.verti-timeline .event-list {
  position: relative;
  padding: 0 0 0px 20px;
}
.content-breadcrumb{
  position: relative;
  background:rgb(255 255 255 / 60%);
  margin:-25px -12px;
  padding:25px 12px;
}
.avatar-md {
  height: 3.5rem;
  width: 3.5rem;
}
.input-search{
  position: relative;
}
.btn-search{
  position: absolute;
  top: 4px;
  right: 0;
  background-color: transparent;
  color: #ced4da;
  transition: none;
  font-size: 22px;
  padding-right: 10px;
  border:none
}
.table-custom thead hr{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}
.card-diklat{
  /* border-radius:20px; */
}
.card-diklat .card-header{
  aspect-ratio:2/1;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.card-diklat .header-content{
  bottom:0px;
  left:0px;
  position:absolute;
  width:100%;
  padding:30px
}

.card-diklat .card-header .pelaksanaan-diklat {
  position: absolute;
  bottom: 0px;
  right: 10px;
  background: rgb(248 248 252 / 13%);
  padding: 20px;
  color: #fff;
  border-radius: 10px;
  backdrop-filter: blur(16px);
}

/* .card-diklat .card-header .judul-diklat{
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 400px
}

.card-diklat .card-header .pelaksanaan-diklat {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgb(14 14 14 / 74%);
  padding: 20px;
  color: #fff;
  border-radius: 5px;
} */

.overlay-card {
  background: rgba(23, 23, 23, 0.69);
  /* background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.7)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0, transparent 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0, transparent 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0, transparent 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent)); */
  background: linear-gradient(to top, rgb(0, 0, 0) 0, transparent 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  /* backdrop-filter: blur(16px); */
}

.card .file .frame-image,
.card .file .frame-image img,
.card .file .frame-image .overlay{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.card .file{
  border-radius: 15px;
  border:1px solid #e7e7e7;
  cursor: pointer;
}
.card .file .card-body{
  padding: 1rem !important
}

.card .file h6.title{
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  height:40px;
}

.frame-image{
  position: relative;
  background:whitesmoke
}
.frame-image img{
  height: 100%;
  width: 100%;
  transition: all .3s ease;
  object-fit: cover;
}

.frame-image .icon-frame{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.frame-image .icon-frame img{
  height: auto;
  width: 80px;
  transition: all .3s ease;
  object-fit: cover;
}

.card .file .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: rgba(255, 69, 0, 0.53);
}

.card .file:hover .overlay {
  opacity: 1;
}
.card .file:hover h6.title{
  color:#ff4d00
}

.icon-link{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.icon-link a i{
  color:#fff
}

.icon-link .list-file img{
  display: none;
}

.ellipsis-2{
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  height:40px;
}

.option-color{
  width:10px;
  height:10px;
  margin-right:5px;
}
